ActivateCell(UInt32,String) Method
Double-clicks a cell by row index and column name.

C# Syntax

void ActivateCell( 
   uint row,
   string column
)

Parameters

row
The 1-based row index.
column
The name of the column.